MapDebugOptions

enum MapDebugOptions

Options for enabling debugging features in a map.

Entries

TILE_BORDERS
Link copied to clipboard
Edges of tile boundaries are shown as thick, red lines to help diagnose tile clipping issues.
PARSE_STATUS
Link copied to clipboard
Each tile shows its tile coordinate (x/y/z) in the upper-left corner.
TIMESTAMPS
Link copied to clipboard
Each tile shows a timestamp indicating when it was loaded.
COLLISION
Link copied to clipboard
Edges of glyphs and symbols are shown as faint, green lines to help diagnose collision and label placement issues.
OVERDRAW
Link copied to clipboard
Each drawing operation is replaced by a translucent fill.
STENCIL_CLIP
Link copied to clipboard
The stencil buffer is shown instead of the color buffer.
DEPTH_BUFFER
Link copied to clipboard
The depth buffer is shown instead of the color buffer.
RENDER_CACHE
Link copied to clipboard
Visualize residency of tiles in the render cache.